@font-face {
    font-family: klavikaLight;
    src: url(../fonts/Klavika-Light.woff) format('woff'), url(../fonts/Klavika-Light.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: klavikaMedium;
    src: url(../fonts/Klavika-Medium.woff) format('woff'), url(../fonts/Klavika-Medium.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: klavikaBold;
    src: url(../fonts/Klavika-Bold.woff) format('woff'), url(../fonts/Klavika-Bold.woff2) format('woff');
    font-display: swap;
}

@font-face {
    font-family: klavika;
    font-weight: 100;
    src: url(../fonts/Klavika-Light.woff) format('woff'), url(../fonts/Klavika-Light.woff2) format('woff2');
    ;
    font-display: swap;
}

@font-face {
    font-family: klavika;
    font-weight: 400;
    src: url(../fonts/Klavika-Medium.woff) format('woff'), url(../fonts/Klavika-Medium.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: klavika;
    font-weight: 700;
    src: url(../fonts/Klavika-Bold.woff) format('woff'), url(../fonts/Klavika-Bold.woff2) format('woff');
    font-display: swap;
}

#ai-inner-area,
#ai-outer-area,
#ai-outer-area2,
#desc-video-blend-screen,
#intro-video-blend-screen,
#jobi-outer-area,
#jobi-video-blend-screen,
#prj-video-blend-screen,
.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#intro-copy-button,
.ghost-button {
    cursor: pointer
}

#ai-inner-area {
    background-color: transparent
}

section {
    position: relative
}

.blend-screen {
    mix-blend-mode: screen
}

body {
    background-color: #fff
}

h1 .smaller {
    font-size: 70%
}

h1 .smallerr {
    font-size: 39%
}

.sm {
    font-size: 90%;
    margin-bottom: 10px;
    display: inline-block
}

.blend-multiply {
    mix-blend-mode: multiply
}

#desc-video-blend-multiply,
#intro-video-blend-multiply,
#jobi-video-blend-multiply,
#prj-video-blend-multiply {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

#ai-outer-area,
#ai-outer-area2,
#jobi-outer-area,
.mask {
    background: #fff
}

#About-Us,
#Contact-Us,
#Our-Founder {
    min-height: 100%
}

#contact-copy-button,
#intro-copy-button,
#intro_copy_mid {
    position: absolute
}

#arrow_down,
#intro-copy-top {
    position: fixed;
    z-index: 3000000
}

#bgjobi,
#contact-copy-holder,
#desc-copy-holder,
#intro-copy-holder,
#jobi-copy-holder,
.ghost-button,
.impossible-vert {
    position: absolute
}

@media only screen and (min-width:500px) {

    .arrow-up,
    .arrow_down {
        right: 40px;
        height: 40px;
        position: absolute;
        cursor: pointer
    }

    .arrow_down {
        bottom: 40px
    }

    .arrow-up {
        bottom: 78px
    }
}

@media only screen and (max-width:500px) {

    .arrow-up,
    .arrow_down {
        right: 5px;
        height: 40px;
        position: absolute;
        cursor: pointer
    }

    .arrow_down {
        bottom: 5px
    }

    .arrow-up {
        bottom: 38px
    }
}

iframe,
video,
video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover
}

#bgjobi {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/jobi.jpg) 77% 77% no-repeat;
    background-size: cover
}

#desc-button,
#desc-copy,
#desc-copy-button,
#jobi-button,
#jobi-desc {
    position: absolute;
    z-index: 1000000
}

.lightCopy {
    font-family: klavikaLight, sans-serif;
    font-weight: 100
}

.mediumCopy {
    font-family: klavikaMedium, sans-serif;
    font-weight: 600
}

.boldCopy {
    font-family: klavikaBold, sans-serif;
    font-weight: 800
}

.white {
    color: #fff
}

.orange {
    color: #f87206
}

.spacerr {
    font-size: 18px
}

@media (max-width:1026px) {
    .spacerr {
        font-size: 15px
    }
}

.small {
    font-size: 14px
}

.col-md-5 {
    align-self: flex-start
}

.menu,
.menu2,
.menu4,
.menu6 {
    list-style: none;
    margin-right: 30px;
    margin-top: 3.2vw
}

.menu2 {
    margin-top: 5.2vw
}

.menu li span,
.menu2 li span,
.menu4 li span,
.menu6 li span {
    display: inline-block;
    color: #000;
    cursor: pointer;
    padding: 2px 5px 2px 10px;
    font-weight: 100;
    text-transform: uppercase
}

.menu li span.selected,
.menu2 li span.selected,
.menu4 li span.selected,
.menu6 li span.selected {
    background-color: #fff
}

.client-logo {
    display: none
}

.client-logo.selected {
    display: block;
    width: 80%
}

.white .prj-highlight.selected {
    color: #000
}

.big {
    font-size: 32px
}

@media only screen and (max-width:500px) {
    .big {
        font-size: 25px
    }
}

.medium {
    font-size: 16px
}

.space100 {
    letter-spacing: .1em
}

.space300 {
    letter-spacing: .3em
}

.left {
    text-align: left
}

#intro-copy-holder {
    display: none
}

#contact-copy-holder div,
#desc-copy-holder div,
#intro-copy-holder div,
#jobi-copy-holder div {
    padding: 0;
    margin: 0;
    line-height: 1em
}

.impossible-vert {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -40px;
    top: 53px;
    font-size: 11.5px
}

hr.title {
    border: none;
    border-top: 3px solid #f87206;
    width: 70px;
    margin-left: 0;
    margin-top: 10px
}

hr.a-hr {
    float: left;
    border: none;
    border-top: 3px solid #f87206;
    width: 8px;
    margin-left: 0
}

.ghost-button {
    display: inline-block;
    height: 40px;
    border: 2px solid #f87206;
    text-align: center;
    outline: 0;
    text-decoration: none;
    vertical-align: middle
}

.ghost-button.non-absolute {
    position: relative !important;
    margin-top: 40px;
    margin-right: 35px
}

.ghost-button .second {
    padding-left: 12px;
    padding-right: 12px
}

.ghost-button span {
    float: right
}

.overlay_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

@media only screen and (min-width:500px) {

    #desc-copy-holder div.right60,
    #jobi-copy-holder div.right60,
    .right60 {
        margin-left: 32%
    }

    #contact-copy-holder div.right60 {
        margin-left: 51%
    }

    #jobi-copy-holder div.right40 {
        margin-left: 30%
    }

    #desc-copy-holder div.low-content,
    #jobi-copy-holder div.low-content {
        padding-left: 15%;
        width: 70%;
        line-height: 1.3em;
        font-size: 16px
    }
}

#desc-copy-holder div.low-content.vivil {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px
}

.marginablei {
    margin-left: 70px !important
}

#desc-copy-holder div.impossible-vert,
#jobi-copy-holder div.impossible-vert {
    right: 15%
}

@media only screen and (max-width:500px) {

    #desc-copy-holder div.impossible-vert,
    #jobi-copy-holder div.impossible-vert {
        right: -10%
    }
}

#contact-copy-holder div.impossible-vert {
    right: -25%
}

.contact-copy {
    line-height: 1.3em;
    font-size: 16px
}

#contact-copy-holder div.low-content {
    padding-top: 110px;
    line-height: 1.3em;
    padding-left: 35%;
    width: 100%
}

#jobi-copy-holder div.low-content {
    padding-left: 10%;
    width: 75%;
    line-height: 1.1em;
    font-size: 16px
}

@media only screen and (max-width:500px) {
    #jobi-copy-holder div.low-content {
        padding-left: 0;
        width: auto;
        line-height: 1.1em;
        font-size: 16px
    }

    .small {
        font-size: 16px
    }
}

#contact-copy-holder div.contact-copy,
#desc-copy-holder div,
#intro-copy-holder div,
#jobi-copy-holder div {
    line-height: 1.2em
}

.bg-anim {
    background: linear-gradient(270deg, orange, #5dd6bf, #fffb78, #ff706c, #91ffba, #bc4aff, #48f6ff);
    background-size: 1600% 1600%;
    -webkit-animation: AnimationName 90s ease infinite;
    -moz-animation: AnimationName 90s ease infinite;
    -o-animation: AnimationName 90s ease infinite;
    animation: AnimationName 90s ease infinite
}

@-webkit-keyframes AnimationName {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@-moz-keyframes AnimationName {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@-o-keyframes AnimationName {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes AnimationName {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

span.at-icon-wrapper {
    backgroud-color: transparent !important;
    border: 1px solid #fff !important
}

.screens {
    display: none
}

.screens.selected {
    display: block
}

.video_overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    transform: none;
    margin: 0 !important;
    padding: 0 !important;
    background-image: none;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 300000
}

.video_closer {
    z-index: 999999
}

iframe.overlay_frame {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: 0 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.lap-margin {
    cursor: pointer;
    padding-right: 6.9vw !important
}

.client-logo,
.ml-10,
.prj-highlight {
    margin-left: 0 !important
}

.tvr {
    display: none
}

.tvr.selected {
    display: block
}

.lap-margin .selected {
    color: #fff;
    border-bottom: 2px solid #f87206;
    padding-bottom: 10px
}

.lap-margin .line {
    display: none
}

.lap-margin .selected .line {
    display: inline-block;
    border-bottom: 2px solid #f87206;
    width: 50px
}

.case-span {
    font-size: 82%
}

#blended_vid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.teransparent-bg {
    background: 0 0 !important
}

#scroller {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999999
}

.visvis1.hidhid {
    display: none !important;
}
